-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[mlir][tosa] Fix linker failure in build bots introduced by #165581 #168581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This commit fixes linker failures evident on some failing build bots. Change-Id: I0af2eed09cc0c99418e6e8b5b427557ba9ac8bc3
|
@llvm/pr-subscribers-mlir Author: Luke Hutton (lhutton1) ChangesThis commit fixes linker failures evident on some failing build bots. Full diff: https://github.com/llvm/llvm-project/pull/168581.diff 1 Files Affected:
diff --git a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
index 987ce4ed870c9..f5f8e41fd83a8 100644
--- a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
@@ -25,4 +25,5 @@ add_mlir_dialect_library(MLIRTosaTransforms
MLIRPass
MLIRTosaDialect
MLIRTransformUtils
+ MLIRFuncTransforms
)
|
|
@llvm/pr-subscribers-mlir-tosa Author: Luke Hutton (lhutton1) ChangesThis commit fixes linker failures evident on some failing build bots. Full diff: https://github.com/llvm/llvm-project/pull/168581.diff 1 Files Affected:
diff --git a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
index 987ce4ed870c9..f5f8e41fd83a8 100644
--- a/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
@@ -25,4 +25,5 @@ add_mlir_dialect_library(MLIRTosaTransforms
MLIRPass
MLIRTosaDialect
MLIRTransformUtils
+ MLIRFuncTransforms
)
|
🐧 Linux x64 Test Results
|
|
LGTM |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/129/builds/33479 Here is the relevant piece of the build log for the reference |
… (llvm#168581) This commit fixes linker failures evident on some failing build bots.
… (llvm#168581) This commit fixes linker failures evident on some failing build bots.
This commit fixes linker failures evident on some failing build bots.